|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.desktop.projects.voice.internals.helpers.AlternateTextManager
public class AlternateTextManager
This utility class offers a center mechanism for storeing and retrieving the alternate text associated with media files.
| Constructor Summary | |
|---|---|
AlternateTextManager()
Creates a new AlternateTextManager. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAlternateText(AudioFile audioFile)
Retrieves the alternate text associated with the given audio file. |
static AlternateTextManager |
getInstance()
|
void |
setAlternateText(AudioFile audioFile,
java.lang.String text)
Assigns the given alternate text to the given audio file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AlternateTextManager()
AlternateTextManager.
| Method Detail |
|---|
public static AlternateTextManager getInstance()
public java.lang.String getAlternateText(AudioFile audioFile)
audioFile - The audio file with the alternate text
public void setAlternateText(AudioFile audioFile,
java.lang.String text)
audioFile - The audio file that will be associated with the texttext - The alternate text to associate with the file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||